home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 1045 < prev    next >
Internet Message Format  |  1994-08-27  |  522b

  1. Date: Tue, 26 Jul 94 20:04 CDT
  2. From: ekl@sdf.lonestar.org (Evan K. Langlois)
  3. To: gem-list@world.std.com
  4. Subject: Re: Shortcut file
  5.  
  6. ========================================================================
  7.         if (exist("C:\system\appdef.sys") || exist("C:\appdef.sys"))
  8.                 createDefaults();
  9. ========================================================================
  10.  
  11. Uhh .. just one slight change.  Generally exist() is a pretty useless
  12. macro.  Just open the file, and if it fails, then there was no file.
  13.  
  14.